home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presentation Library 1993 Spring / ARPL-Spring-93-Partner-Edition.iso / Applications / Spreadsheets / Claris Resolve Demo / Resolve Samples / Utility Scripts / Read Me (scripts) < prev    next >
Encoding:
Text File  |  1991-07-22  |  2.4 KB  |  40 lines  |  [TEXT/ttxt]

  1. Claris® Resolve™
  2.  
  3.  
  4. Included in this Read Me is information regarding the script files that are supplied with the program:  Startup, Sounds, Zoom, Audit, Hide, Total, Print, Picture.  These files may be used for the extra functionality they provide or as examples as to how to write your own scripts.
  5.  
  6.  
  7. If you have a script named “Startup” in your “Resolve Scripts” folder it is automatically run when the program launches.   When this particular Startup file is run,  it searches for specific scripts at the launch path or in the Resolve Scripts folder and, if found, installs them into a “Utilities” menu.  Startup assumes that utility scripts are in Resolve Scripts folder or at launch path (the folder in which the Resolve application is located).
  8.  
  9.  
  10. You can add your own scripts  to the Utilities menu by following the conventions documented in any of the scripts listed below.  Specifically, each script should
  11.  
  12. •  Set the variable Startup:failed to FALSE().
  13.  
  14. •  Add a menu item to the menu Startup:utilMenu which makes a call to a function in the utility script.
  15.  
  16. •  Add a call to load the script in Startup using CALL loadScript("<script name>").
  17.  
  18. Read the comments in the Startup script for more details on this procedure.
  19.  
  20.  
  21. The “Hide” script collapses entire rows or columns and places a button for expanding and collapsing the row or column.  This makes creating a summary sheet easy.
  22.  
  23.  
  24. “Audit” checks for and "circles" Errors, References to Blank Cells, Unreferenced Cells, Locked Cells, and Circular References for more accurate worksheets.
  25.  
  26.  
  27. “Picture” allows you to open any PICT file and place it into your worksheet.
  28.  
  29.  
  30. “Print” provides the convenience of printing any selected range of cells without having to select Page Layout.
  31.  
  32.  
  33. “Sound” creates a button and allows you to record a sound to attach to it.  This requires System 6.0.7 or 7.0.  
  34.  
  35.  
  36. “Total” automatically totals the columns and/or rows of a selected range of cells.  It creates a "total" row and/or column. Note: If the the right column or bottom row are blank, then Total will only sum into those cells.   If the cells designated for totaling are not empty, then Total will alert the user that it can not delete existing data.
  37.  
  38.  
  39. “Zoom” will resize a worksheet window to any of four different sizes.  If you are 
  40. developing a custom template and want to see how it will appear on a user’s machine with a different monitor, you can quickly make changes.